From 42f7d04479d8567802cb1548c0a3bc4fb45b3a9e Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 19 Jul 2010 21:40:49 +0000 Subject: [PATCH] Use explicit ascii version of movefile for build envs that default to windows bloaty strings. --- kml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kml.c b/kml.c index 1ce8ff514..63ed99216 100644 --- a/kml.c +++ b/kml.c @@ -347,7 +347,7 @@ kml_wr_deinit(void) if (posnfilenametmp) { #if __WIN32__ - MoveFileEx(posnfilenametmp, posnfilename, + MoveFileExA(posnfilenametmp, posnfilename, MOVEFILE_REPLACE_EXISTING); #endif rename(posnfilenametmp, posnfilename); -- 2.30.2